type runtime.statDepSet

16 uses

	runtime (current package)
		metrics.go#L30: 	deps statDepSet
		metrics.go#L309: type statDepSet [1]uint64
		metrics.go#L312: func makeStatDepSet(deps ...statDep) statDepSet {
		metrics.go#L313: 	var s statDepSet
		metrics.go#L321: func (s statDepSet) difference(b statDepSet) statDepSet {
		metrics.go#L322: 	var c statDepSet
		metrics.go#L330: func (s statDepSet) union(b statDepSet) statDepSet {
		metrics.go#L331: 	var c statDepSet
		metrics.go#L339: func (s *statDepSet) empty() bool {
		metrics.go#L349: func (s *statDepSet) has(d statDep) bool {
		metrics.go#L454: 	ensured   statDepSet
		metrics.go#L461: func (a *statAggregate) ensure(deps *statDepSet) {